home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TTHESAURUSDIALOG / TTHESAURUSDIALOG.txt
Text File  |  1998-11-20  |  3KB  |  137 lines

  1. object ThesaurusDialog: TThesaurusDialog
  2.   Left = 361
  3.   Top = 93
  4.   BorderIcons = [biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Thesaurus Lookup:'
  7.   ClientHeight = 160
  8.   ClientWidth = 331
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object WordLabel: TLabel
  17.     Left = 4
  18.     Top = 28
  19.     Width = 29
  20.     Height = 13
  21.     Caption = '&Word:'
  22.     FocusControl = WordEdit
  23.   end
  24.   object Label1: TLabel
  25.     Left = 4
  26.     Top = 4
  27.     Width = 30
  28.     Height = 13
  29.     Caption = 'Topic:'
  30.   end
  31.   object PageControl: TPageControl
  32.     Left = 142
  33.     Top = 4
  34.     Width = 185
  35.     Height = 124
  36.     ActivePage = Sheet2
  37.     TabOrder = 2
  38.     object Sheet1: TTabSheet
  39.       Caption = 'Noun'
  40.       object LB1: TListBox
  41.         Left = 0
  42.         Top = 0
  43.         Width = 177
  44.         Height = 96
  45.         Align = alClient
  46.         ItemHeight = 13
  47.         TabOrder = 0
  48.       end
  49.     end
  50.     object Sheet2: TTabSheet
  51.       Caption = 'Verb'
  52.       object LB2: TListBox
  53.         Left = 0
  54.         Top = 0
  55.         Width = 177
  56.         Height = 96
  57.         Align = alClient
  58.         ItemHeight = 13
  59.         TabOrder = 0
  60.       end
  61.     end
  62.     object Sheet3: TTabSheet
  63.       Caption = 'Adj'
  64.       object LB3: TListBox
  65.         Left = 0
  66.         Top = 0
  67.         Width = 177
  68.         Height = 96
  69.         Align = alClient
  70.         ItemHeight = 13
  71.         TabOrder = 0
  72.       end
  73.     end
  74.     object Sheet4: TTabSheet
  75.       Caption = 'Adv.'
  76.       object LB4: TListBox
  77.         Left = 0
  78.         Top = 0
  79.         Width = 177
  80.         Height = 96
  81.         Align = alClient
  82.         ItemHeight = 13
  83.         TabOrder = 0
  84.       end
  85.     end
  86.   end
  87.   object LookupButton: TButton
  88.     Left = 4
  89.     Top = 132
  90.     Width = 66
  91.     Height = 25
  92.     Caption = '&Lookup'
  93.     TabOrder = 3
  94.   end
  95.   object CancelButton: TBitBtn
  96.     Left = 238
  97.     Top = 132
  98.     Width = 90
  99.     Height = 25
  100.     TabOrder = 5
  101.     OnClick = CancelButtonClick
  102.     Kind = bkCancel
  103.   end
  104.   object ReplaceButton: TButton
  105.     Left = 72
  106.     Top = 132
  107.     Width = 66
  108.     Height = 25
  109.     Caption = '&Replace'
  110.     TabOrder = 4
  111.   end
  112.   object WordEdit: TEdit
  113.     Left = 44
  114.     Top = 28
  115.     Width = 93
  116.     Height = 21
  117.     TabOrder = 0
  118.   end
  119.   object Lookup: TListBox
  120.     Left = 4
  121.     Top = 52
  122.     Width = 133
  123.     Height = 76
  124.     ItemHeight = 13
  125.     TabOrder = 1
  126.   end
  127.   object ContextEdit: TComboBox
  128.     Left = 44
  129.     Top = 4
  130.     Width = 93
  131.     Height = 21
  132.     Style = csDropDownList
  133.     ItemHeight = 13
  134.     TabOrder = 6
  135.   end
  136. end
  137.